home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETOCT4P.IN_ / netoct4p.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  3.3 KB  |  108 lines

  1. ; NETOCT4P.INF
  2. ;
  3. ; RapidFire 3530 Token-Ring 100 PCI Adapter, NDIS 5"
  4. ;
  5. ; Copyright 1998, Olicom A/S
  6. ; Copyright 1998, Microsoft
  7.  
  8. [version]
  9. Signature  = "$Windows NT$"
  10. Class      = Net
  11. ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
  12. Provider   = %MSFT%
  13. LayoutFile = Layout.inf
  14. DriverVer=10/19/1999,1.6.0.1
  15.  
  16. [Manufacturer]
  17. %V_Olicom%=Olicom
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect   = PCI\VEN_108D&DEV_0006
  21.  
  22. [Olicom]
  23. %OC3530.DeviceDesc% = PCIO3530.ndi, PCI\VEN_108D&DEV_0006 ; Olicom RapidFire 3530 Token-Ring 100 PCI Adapter 
  24.  
  25. ;-------------------------------------------------------------------------------
  26. ; Olicom OC-3530
  27. ;
  28. [PCIO3530.ndi]
  29. AddReg          = occommon.reg
  30. CopyFiles       = oct4p.CopyFiles
  31. Characteristics = 0x84
  32. BusType     = 5
  33.  
  34. [PCIO3530.ndi.Services]
  35. AddService      = oct4pnd5, 2, oct4pnd5.AddService, oct4pnd5.EventLog
  36.  
  37. ;-------------------------------------------------------------------------------
  38. ; OC Driver common registry
  39. ;
  40. [occommon.reg]
  41. ; Interfaces and Parameters
  42. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  43. HKR, Ndi\Interfaces, LowerRange, 0, "tokenring"
  44. HKR, Ndi,            Service,    0, "oct4pnd5"
  45. HKR, Ndi,            HelpText,   0, %Helptext%
  46. HKR, ,               MediaType,  0, "2"
  47. HKR, ,               OSType,     0, "800"
  48.  
  49. ;Recbufcount
  50. HKR, Ndi\params\recbufcount,         ParamDesc,  0, %recbufcount%
  51. HKR, Ndi\params\recbufcount,         type,       0, "int"
  52. HKR, Ndi\params\recbufcount,         default,    0, "13"
  53. HKR, Ndi\params\recbufcount,         min,        0, "4"
  54. HKR, Ndi\params\recbufcount,         max,        0, "32"
  55. HKR, Ndi\params\recbufcount,         step,       0, "1"
  56.  
  57. ;MaximumFrameSize
  58. HKR, Ndi\params\maximumframesize,    ParamDesc,  0, %maximumframesize%
  59. HKR, Ndi\params\maximumframesize,    type,       0, "int"
  60. HKR, Ndi\params\maximumframesize,    default,    0, "4540"
  61. HKR, Ndi\params\maximumframesize,    min,        0, "128"
  62. HKR, Ndi\params\maximumframesize,    max,        0, "17800"
  63. HKR, Ndi\params\maximumframesize,    step,       0, "1"
  64.  
  65. ;-------------------------------------------------------------------------------
  66. ; OC Driver and Service
  67. ;
  68. [oct4pnd5.AddService]
  69. DisplayName    = %Olicom.ServiceDesc%
  70. ServiceType    = 1
  71. StartType      = 3
  72. ErrorControl   = 1
  73. ServiceBinary  = %12%\oct4pnd5.sys
  74. LoadOrderGroup = NDIS
  75.  
  76. [oct4pnd5.EventLog]
  77. AddReg = oct4pnd5.EventLog.Reg
  78.  
  79. [oct4pnd5.EventLog.Reg]
  80. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\oct4pnd5.sys"
  81. HKR, , TypesSupported,   0x00010001, 7
  82.  
  83.  
  84. ;-------------------------------------------------------------------------------
  85. ; OC Driver file installation
  86. ;
  87. [oct4p.CopyFiles]
  88. oct4pnd5.sys
  89.  
  90. [DestinationDirs]
  91. oct4p.CopyFiles     = 12
  92.  
  93. ;-------------------------------------------------------------------------------
  94. ; Localizable Strings
  95. ;
  96. [strings]
  97. MSFT               = "Microsoft"
  98. V_Olicom           = "Olicom" 
  99.  
  100. recbufcount        = "Receive Buffers"
  101. maximumframesize   = "Maximum frame size"
  102.  
  103. Helptext           = "An Olicom Ethernet Adapter is a hardware device that physically connects you to a ethernet network."
  104.  
  105. Olicom.ServiceDesc = "Olicom RapidFire 3530 HSTR 100 PCI Server Adapter NDIS 5.0"
  106. OC3530.DeviceDesc =  "Olicom RapidFire 3530 HSTR 100 PCI Server Adapter"
  107.  
  108.